Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/055-glass dashboard/

images /cody/solygambas/html-css-javascript-projects/055-glass dashboard/images/
5 Items
  • controller.png
  • library.png
  • steam.png
  • twitch.png
  • upcoming.png
  • index.html /cody/solygambas/html-css-javascript-projects/055-glass dashboard/index.html
    424 Views
    0 Comments
    <!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021)
    see: https://www.youtube.com/watch?v=O7WbVj5ap
    style.css /cody/solygambas/html-css-javascript-projects/055-glass dashboard/style.css
    188 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --main-bg-color: #65dfc9;
    --secondary-bg-color: #6cdbeb;
    }